SdJwtVc

@Serializable
data class SdJwtVc(val sdJwtAlgorithms: List<JWSAlgorithm>? = null, val kbJwtAlgorithms: List<JWSAlgorithm>? = null) : Serializable(source)

Constructors

Link copied to clipboard
constructor(sdJwtAlgorithms: List<JWSAlgorithm>? = null, kbJwtAlgorithms: List<JWSAlgorithm>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@SerialName(value = "kb-jwt_alg_values")
val kbJwtAlgorithms: List<JWSAlgorithm>? = null
Link copied to clipboard
@SerialName(value = "sd-jwt_alg_values")
val sdJwtAlgorithms: List<JWSAlgorithm>? = null